-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(authN): change SapID to UniqueUserId (#85) #93
Conversation
9344db8
to
52c7bd1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
uniqueUserID
should be enough. Wdy @drochow
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't get your question
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MR2011 I have left user because I was changing SapID to UniqueUserID, so userSapID became userUniqueUserID. I don't know why it was named userSapID in here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMO user_type
is fine, do you prefer an enum? @drochow
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like enforcing on the DB level where possible, but in this case, the probability that we might add other types might favor using no enum here.
38ba9f5
to
def4489
Compare
Change name of variable SapId to UniqueUserId Add user Type variable to distinguish technical user and human user
def4489
to
47f6476
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great thanks!
* feat(authN): change SapID to UniqueUserId (#85) Change name of variable SapId to UniqueUserId Add user Type variable to distinguish technical user and human user * Automatic application of license header --------- Co-authored-by: License Bot <[email protected]> Co-authored-by: David Rochow <[email protected]> Co-authored-by: Michael Reimsbach <[email protected]>
Change name of variable SapId to UniqueUserId
Add user Type variable to distinguish technical user and casual user Add gqlgen makefile target
Add fmt makefile target